home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 11 / AMUG BBS in a Box Volume XI (April 1994) (MacWizards).iso / Files / Prog / D-G / Graphic Gems Vol. 3.sit / GemsIII / defs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-06-16  |  252 b   |  14 lines  |  [TEXT/MPS ]

  1.   /* Dummy include file of definitions to make rolling-ball compile. */
  2.  
  3. #define Button1 1
  4. #define ERASE   0
  5. #define DRAW    3
  6.  
  7. typedef struct {
  8.   char *name;       
  9.   double frame[4][4]} Polyhedron;
  10.  
  11. typedef struct {
  12.   char *name;
  13.   int id;} Display;
  14.